home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19950329-19950528 / 000098_news@columbia.edu_Mon Apr 10 21:52:44 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  1KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA19294
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Mon, 10 Apr 1995 17:52:51 -0400
  3. Received: by apakabar.cc.columbia.edu id AA13451
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Mon, 10 Apr 1995 17:52:49 -0400
  5. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  6. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Re: Detecting CD via Script
  9. Date: 10 Apr 1995 21:52:44 GMT
  10. Organization: Columbia University
  11. Lines: 12
  12. Message-Id: <3mc9bc$d44@apakabar.cc.columbia.edu>
  13. References: <3m9c8e$c48@ccshst05.cs.uoguelph.ca>
  14. Nntp-Posting-Host: watsun.cc.columbia.edu
  15. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  16.  
  17. In article <3m9c8e$c48@ccshst05.cs.uoguelph.ca>,
  18. Leon Loo <lloo@uoguelph.ca> wrote:
  19. >I was wondering if there is anyway of detecting the status of the phone line
  20. >while in a kermit script?  I'm going to a host periodically hangs up.
  21. >
  22. The command is:
  23.  
  24.   wait <secs> CD
  25.  
  26. - Frank
  27.  
  28.